home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(nothing, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout()
- end if
- end
-
- on mouseUp
- doClick()
- glowClear()
- cursor(0)
- gotoNetPage("www.foxinteractive.com")
- end
-